MessageDisplayDataGenerator

interface MessageDisplayDataGenerator<O>

Functions

Link copied to clipboard
abstract fun generate(messages: List<BaseMessage>): O

Processes and generates the information of the message. This method is executed in the adapter that renders the message list, before items are changed.

Inheritors

Link copied to clipboard